scheduleHideFragmentView

abstract fun scheduleHideFragmentView(@NonNull exitTransitionObj: Any, @NonNull fragmentView: View, @NonNull exitingViews: ArrayList<View>)(source)

After the transition completes, the fragment's view is set to GONE and the exiting views are set to VISIBLE.